home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / COMEIN.DXR / 00119.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  338 b   |  15 lines

  1. on exitFrame
  2.   global plant, plantcounter, starter, effectspath
  3.   plant = 0
  4.   plantcounter = 14
  5.   puppetSprite(27, 1)
  6.   puppetSprite(28, 1)
  7.   puppetSprite(29, 1)
  8.   sprite(5).visible = 1
  9.   set the keyUpScript to "krupkeys"
  10.   repeat with i = 6 to 30
  11.     sprite(i).visible = 0
  12.   end repeat
  13.   sound playFile 1, effectspath & "night3.aif"
  14. end
  15.